GetSysJust
GetSysJust Say whether system font is right- or left-justified
#include <Script.h> Script Manager
short GetSysJust( );
returns a short; the direction of the text justification
GetSysJust gets the direction of text justification for the system script--0
for left-justification ( default) or -1 for right- justification.

Notes: This routine is in the Pascal interface, not ROM and can't be used with the
64K ROM.